Graphics.FillRoundRect Method

Draws a rounded rectangle filled with the current ForeColor.

Syntax

Graphics.FillRoundRect X, Y, Width, Height, OvalWidth, OvalHeight


Parameters

X

Integer

Y

Integer

Width

Integer

Height

Integer

OvalWidth

Integer

OvalHeight

Integer